const bytes.opInvalid
15 uses
bytes (current package)
buffer.go#L36: opInvalid readOp = 0 // Non-read operation.
buffer.go#L87: b.lastRead = opInvalid
buffer.go#L100: b.lastRead = opInvalid
buffer.go#L169: b.lastRead = opInvalid
buffer.go#L181: b.lastRead = opInvalid
buffer.go#L200: b.lastRead = opInvalid
buffer.go#L237: b.lastRead = opInvalid
buffer.go#L264: b.lastRead = opInvalid
buffer.go#L283: b.lastRead = opInvalid
buffer.go#L298: b.lastRead = opInvalid
buffer.go#L320: b.lastRead = opInvalid
buffer.go#L376: if b.lastRead <= opInvalid {
buffer.go#L382: b.lastRead = opInvalid
buffer.go#L393: if b.lastRead == opInvalid {
buffer.go#L396: b.lastRead = opInvalid
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)